Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.theme.jsf--standalone-filters

In component org.nuxeo.theme.jsf
This contribution is part of XML component org.nuxeo.theme.jsf inside nuxeo-theme-jsf-6.0.jar

Extension Point

Extension point standalone-filters of component ThemeService.

Contributed Items

  • <standalone-filter name="write fragment tag" template-engine="jsf-facelets">
          <class>
            org.nuxeo.theme.jsf.filters.standalone.FragmentTag
          </class>
        </standalone-filter>
  • <standalone-filter name="collect xmlns" template-engine="jsf-facelets">
          <class>
            org.nuxeo.theme.html.filters.standalone.XmlNamespaces
          </class>
        </standalone-filter>
  • <standalone-filter name="control fragment visibility" template-engine="jsf-facelets">
          <class>
            org.nuxeo.theme.html.filters.standalone.FragmentVisibility
          </class>
        </standalone-filter>
  • <standalone-filter name="set element name" template-engine="jsf-facelets">
          <class>
            org.nuxeo.theme.html.filters.standalone.ElementName
          </class>
        </standalone-filter>

XML Source

<extension point="standalone-filters" target="org.nuxeo.theme.services.ThemeService">

    <standalone-filter name="write fragment tag" template-engine="jsf-facelets">
      <class>
        org.nuxeo.theme.jsf.filters.standalone.FragmentTag
      </class>
    </standalone-filter>

    <standalone-filter name="collect xmlns" template-engine="jsf-facelets">
      <class>
        org.nuxeo.theme.html.filters.standalone.XmlNamespaces
      </class>
    </standalone-filter>

    <standalone-filter name="control fragment visibility" template-engine="jsf-facelets">
      <class>
        org.nuxeo.theme.html.filters.standalone.FragmentVisibility
      </class>
    </standalone-filter>

    <standalone-filter name="set element name" template-engine="jsf-facelets">
      <class>
        org.nuxeo.theme.html.filters.standalone.ElementName
      </class>
    </standalone-filter>

  </extension>